const runtime.emptyOne
11 uses
runtime (current package)
map.go#L95: emptyOne = 1 // this cell is empty
map.go#L113: return x <= emptyOne
map.go#L206: return h > emptyOne && h < minTopHash
map.go#L763: b.tophash[i] = emptyOne
map.go#L791: if b.tophash[i] != emptyOne {
map_fast32.go#L316: b.tophash[i] = emptyOne
map_fast32.go#L342: if b.tophash[i] != emptyOne {
map_fast64.go#L318: b.tophash[i] = emptyOne
map_fast64.go#L344: if b.tophash[i] != emptyOne {
map_faststr.go#L344: b.tophash[i] = emptyOne
map_faststr.go#L370: if b.tophash[i] != emptyOne {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |